home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / app-install-data.postrm < prev    next >
Text File  |  2008-10-24  |  197b  |  13 lines

  1. #!/bin/sh
  2. # postrm script for app-data-ubuntu
  3.  
  4. set -e
  5.  
  6.  
  7.  
  8. if [ "$1" = "remove" ] && [ -x /usr/sbin/update-app-install ]; then
  9.     # cache the application data
  10.     /usr/sbin/update-app-install || true
  11. fi
  12.  
  13.